cody - HTMLify profile
files of /cody/vishal-dcode/Drink Water/
// Get all elements with class "cup-small"
const smallCups = document.querySelectorAll(".cup-small");
// Get elements with IDs
const smallCups = document.querySelectorAll(".cup-small");
// Get elements with IDs
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"